_CM_KEY_BODY

//0x2c bytes (sizeof) struct _CM_KEY_BODY { ULONG Type; //0x0 struct _CM_KEY_CONTROL_BLOCK* KeyControlBlock; //0x4 struct _CM_NOTIFY_BLOCK* NotifyBlock; //0x8 VOID* ProcessID; //0xc struct _LIST_ENTRY KeyBodyList; //0x10 ULONG Flags:16; //0x18 ULONG HandleTags:16; //0x18 VOID* KtmTrans; //0x1c struct _GUID* KtmUow; //0x20 struct _LIST_ENTRY ContextListHead; //0x24 };